(tags-query-replace): Doc fix.
authorEli Zaretskii <eliz@gnu.org>
Sat, 26 Jan 2008 17:53:18 +0000 (17:53 +0000)
committerEli Zaretskii <eliz@gnu.org>
Sat, 26 Jan 2008 17:53:18 +0000 (17:53 +0000)
lisp/progmodes/etags.el

index edff63acb3fabe065a38f2c501ef6fead77238ab..a22853fb40427dc27e77e1481eb6508b91eda567 100644 (file)
@@ -1820,8 +1820,11 @@ See documentation of variable `tags-file-name'."
 Third arg DELIMITED (prefix arg) means replace only word-delimited matches.
 If you exit (\\[keyboard-quit], RET or q), you can resume the query replace
 with the command \\[tags-loop-continue].
+Fourth arg FILE-LIST-FORM non-nil means initialize the replacement loop.
+Fifth and sixth arguments START and END are accepted, for compatibility
+with `query-replace-regexp', and ignored.
 
-See documentation of variable `tags-file-name'."
+See also documentation of the variable `tags-file-name'."
   (interactive (query-replace-read-args "Tags query replace (regexp)" t t))
   (setq tags-loop-scan `(let ,(unless (equal from (downcase from))
                                '((case-fold-search nil)))